.m_mune,
.m_footer,
.m_logo {
	display: none;
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
	.container {
		width: 100%;
	}
	.header_meta,
	.header_wel,
	.header_tel,
	.suspend,
	.hot{
		display: none;
	}
	.logo{
		width: 49%;
	}
	body{
		padding: 60px 0 50px;
	}
	.header{
		padding: 5px 1%;
		position: fixed;
		background-color: #fff;
		width: 100%;
		height: 60px;
		left: 0;
		top: 0;
		z-index: 999;
	}
	.m_mune{
		display: block;
		width: 30%;
		text-align: right;
		float: right;
		padding-right: 10px;
	}
	.m_mune i{
		color: #0079c8;
		display: inline-block;
		font-size: 30px;
		line-height: 50px;
		transition: .5s;
	}
	.m_mune.active i{
		transform: rotateZ(720deg);
	}
	.nav{
		position: fixed;
		width: 100%;
		height: 0;
		background: rgba(0,0,0,.6);
		top: 60px;
		z-index: 998;
		transition: .8s;
	}
	.nav .nav_item{
		display: block;
		float: none;
		height: auto;
		width: 100%;
	}
	.nav .nav_item>a{
		height: 0;
		line-height: 48px;
		color: #fff !important;
		padding: 0;
		font-size: 15px;
		overflow: hidden;
		transition: .5s all ease;
		display: block;
		float: none;
		text-align: center;
		border-bottom: 0px solid #fff;
	}
	.nav .nav_item.active a, .nav .nav_item:hover a{
		background: none;
	}
	.nav.active{
		height: 100%;
	}
	.nav.active .nav_item a{
		height: 48px;
		border-bottom: 1px solid #fff;
	}
	.index_product{
		padding: 5px 1% 15px;
	}
	.index_product .left{
		width: 100%;
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}
	.index_product .left ul li a{
		font-size: 12px;
		line-height: 30px;
		background: #0079c8;
		color: #fff;
		padding-left: 0;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
	.index_product .left .title{
		display: none;
	}
	.index_product .left ul li{
		width: 24%;
		margin: 0.5%;
		float: left;
	}
	.index_product .right{
		width: 100%;
		padding: 0;
	}
	.index_product .right ul{
		background: none;
	}
	.index_product .right ul li{
		width: 48%;
		margin: 1% !important;
		box-shadow: none;
		border: 2px solid #0079c8;
	}
	.index_about{
		padding: 15px 1%;
	}
	.in_title{
		margin-bottom: 10px;
	}
	.in_title .h5{
		font-size: 20px;
		line-height: 40px;
	}
	.index_about .left{
		width: 100%;
		text-align: center;
	}
	.index_about .right{
		width: 100%;
		padding-left: 0;
		padding-top: 10px;
	}
	.index_about .right .txt{
		height: 100px;
		overflow: hidden;
	}
	.index_about .right .more{
		margin-top: 10px;
	}
	.index_case{
		padding: 15px 1%;
	}
	.in_title .txt{
		display: none;
	}
	.index_case .box ul li{
		width: 48%;
		margin: 1% !important;
		box-shadow: none;
	}
	.index_advan .box .left, .index_advan .box .right{
		width: 100%;
	}
	.index_advan .box .info{
		padding-left: 60px;
		margin-bottom: 10px;
	}
	.index_advan .box .info .title{
		font-size: 20px;
		padding: 0 0 10px;
		line-height: 1.3;
	}
	.index_advan .box .info .title font{
		display: block;
		margin-left: 0;
	}
	.index_advan .box .img{
		display: none;
	}
	.index_fen{
		padding: 20px 1%;
	}
	.index_fen .h5{
		font-size: 26px;
		line-height: 40px;
	}
	.index_fen .p{
		font-size: 15px;
	}
	.index_honor{
		padding: 15px 1%;
	}
	.index_honor .box ul li{
		width: 48%;
		margin: 1% !important;
		box-shadow: none;
		border: 2px solid #999;
	}
   .index_zxzx .in_zx_l{
      display: none;
   }
	.index_news{
		padding: 30px 1% 5px;
	}
	.index_news .in_title{
		display: none;
	}
	.index_news .in_news_box{
		width: 100%;
		padding-bottom: 10px;
	}
	.in_news_item{
		padding-bottom: 5px;
		margin-top: 5px;
	}
	.in_news_item a,
	.in_news_item font{
		font-size: 12px;
		line-height: 20px;
	}
	.in_news_title{
		padding-bottom: 20px;
		margin-bottom: 10px;
	}
	.in_news_title .font{
		font-size: 18px;
	}
	.in_news_title .font font{
		font-size: 12px;
		margin-left: 7px;
	}
	.in_news_title .more{
		font-size: 12px;
		line-height: 18px;
	}
	.links{
		display: none;
	}
	.footer{
		padding: 20px 1%;
	}
	.footer_nav,
	.footer_info .left,
	.footer_info .right{
		display: none;
	}	
	.footer_info .middle{
		width: 100%;
		padding: 0;
	}
	.m_footer{
        display: block;
        height: 50px;
        position: fixed;
        bottom: 0px;
        width: 100%;
        left: 0px;
        z-index: 999;
        background-color:#0079c8;
        border-top: 1px solid #fff;
    }
    .m_foot_btn {
        width: 20%;
        float: left;
        height: 50px;
        display: block;
        text-align: center;
        border-right: 1px solid #fff;
    }
     .m_foot_btn:last-of-type{
     	border-right: 0;
     }
    .m_foot_btn i {
        color: #fff;
        display: block;
    	font-size: 24px;
    	line-height: 32px;
    }
    .m_foot_btn span {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 12px;
    }
    .pos{
    	padding: 10px 1%;
    }
    .pos .left{
    	display: none;
    }
    .pos .right{
    	padding-left: 20px;
    	float: none;
    	text-align: left;
    }
    .nei_banner{
    	display: none;
    }
    .main{
    	padding: 15px 1%;
    }
    .main .left{
    	width: 100%;
    }
    .main_category{
    	padding: 0;
    }
    .main_category ul li a{
    	padding: 10px 15px;
    	font-size: 12px;
    }
    .main_category .title{
    	display: none;
    }
    .main_category ul li{
    	display: inline-block;
    	margin: 5px;
    }
    .main_news,
    .main_contact{
    	display: none;
    }
    .main .right{
    	width: 100%;
    	padding-left: 0;
    	margin-top: 15px;
    }
    .product ul li{
    	width: 48%;
    	margin: 1% !important;
    }
    .product ul li p{
    	padding: 5px 0;
    }
    .case ul li{
    	width: 48%;
    	margin: 1% !important;
    }
    .case ul li p{
    	padding: 5px 0;
    }
    .info_product .img{
    	width: 100%;
    }
 	.info_product .info{
 		width: 100%;
 		padding-left: 0;
 		padding-top: 15px;
 	}   
 	.case ul li .name{
 		padding: 0;
 	}
 	.function{
 		margin-top: 10px;
 	}
 	.function a{
 		padding: 1px;
 		margin: 0 1px;
 	}
}


@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.container{
		width: 970px;
	}
	.index_product .left{
		height: 564px;
	}
	.index_product .left ul li a{
		line-height: 35px;
	}
	.index_about .right .txt{
		font-size: 12px;
		line-height: 20px;
	}
	.footer_info .right{
		display: none;
	}
	.footer_info .middle{
		width: 73%;
	}
}